This command is new in PageMaker 6.5
This class has three constructors.
PFrameInset(long nTop, long nLeft, long nBottom, long nRight);
long nTop;
Size of the inset on the top edge of the frame in twipslong nLeft;
Size of the inset on the left edge of the frame in twipslong nBottom;
Size of the inset on the bottom edge of the frame in twipslong nRight;
Size of the inset on the right edge of the frame in twips
PFrameInset(long leftRight, long topBottom);
long nTop;
Size of the inset on the top and bottom edges of the frame in twipslong nLeft;
Size of the inset on the left and right edges of the frame in twips
PFrameInset(long allAround);
long allAround;
Size of the inset on all sides in twips.
Example. This example puts a 0.25 inch inset on all four sides of a selected frame.
PFrameInset(twips("0.25i"));
The PGetFrameContentPos, PGetFrameInset, PGetFrameContentType, PGetIsFrame, and PGetNextFrame queries
Comments or suggestions? Contact Adobe Developer Support